runtime.specialfinalizer.fint (field)

4 uses

	runtime (current package)
		heapdump.go#L463: 				dumpfinalizer(p, spf.fn, spf.fint, spf.ot)
		mheap.go#L1957: 	fint    *_type   // May be a heap pointer, but always live.
		mheap.go#L1969: 	s.fint = fint
		mheap.go#L2307: 		queuefinalizer(p, sf.fn, sf.nret, sf.fint, sf.ot)